home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / JunkMatcher 1.5.5.dmg / JunkMatcher.app / Contents / Resources / Engine / backupLogs < prev    next >
Encoding:
Text File  |  2005-06-01  |  295 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. BACKUP_DIR=${HOME}/Development/temp/
  4.  
  5. cp -a "${HOME}/Library/Application Support/JunkMatcher/jm.log" "${BACKUP_DIR}"
  6. cp -a "${HOME}/Library/Application Support/JunkMatcher/emailDB.dat" "${BACKUP_DIR}"
  7. cp -a "${HOME}/Library/Application Support/JunkMatcher/corrections" "${BACKUP_DIR}"